projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1dacaa
)
(read_char): Preserve echo area on asynch buffer switch.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 10 May 1994 23:38:17 +0000
(23:38 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 10 May 1994 23:38:17 +0000
(23:38 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 910bbf68da73bd9d234d0f69fca03117da92ffde..e32d9016f6e8ac241c1aca030d7a07ad247132d3 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1629,7
+1629,9
@@
read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
start_polling ();
- echo_area_glyphs = 0;
+ /* Don't wipe the echo area for a trivial event. */
+ if (XTYPE (c) != Lisp_Buffer)
+ echo_area_glyphs = 0;
/* Handle things that only apply to characters. */
if (XTYPE (c) == Lisp_Int)